home *** CD-ROM | disk | FTP | other *** search
/ PC User 2004 August / Disc 1 / PCU0804CD1.iso / magstuff / ripping / files / audacity-win.exe / {app} / README.txt < prev   
Encoding:
Text File  |  2004-05-02  |  23.0 KB  |  676 lines

  1. Audacity: A Free, Cross-Platform Digital Audio Editor
  2.  
  3. Version 1.2.1
  4. For changelog, see the bottom of this document.
  5.  
  6. WWW:   http://audacity.sourceforge.net/
  7.  
  8. Email: audacity-help@lists.sourceforge.net
  9.  
  10. Lead Developers:
  11.  
  12.   Matt Brubeck
  13.   Joshua Haberman
  14.   Dominic Mazzoni (project leader)
  15.  
  16. Active Developers:
  17.   James Crook
  18.   Vaughan Johnson
  19.   Markus Meyer
  20.   Shane Mueller
  21.   Tony Oetzmann
  22.  
  23. Developers
  24.   William Bland
  25.   Vince Busam
  26.   Brian Gunlogson
  27.   Greg Mekkes
  28.   Augustus Saunders  
  29.  
  30. Other Contributors:
  31.   Dave Beydler
  32.   Jason Cohen
  33.   Roger Dannenberg
  34.   Dave Fancella
  35.   Steve Harris
  36.   Daniel James
  37.   Steve Jolly
  38.   Daniil Kolpakov
  39.   Robert Leidle
  40.   Logan Lewis
  41.   Abe Milde
  42.   Monty
  43.   Paul Nasca
  44.   Jason Pepas
  45.   Mark Phillips
  46.   Alexandre Prokoudine
  47.   Jonathan Ryshpan
  48.   Juhana Sadeharju
  49.   Patrick Shirkey
  50.   Mark Tomlinson
  51.   David Topper
  52.   Rudy Trubitt
  53.   Tom Woodhams
  54.   Otto Wyss
  55.  
  56.  
  57. The Audacity Logo:
  58.  
  59.   Harvey Lubin
  60.   http://www.agrapha.com/
  61.  
  62. Special Thanks:
  63.  
  64.   The wxWidgets Team
  65.   The Ogg Vorbis Team
  66.   Rob Leslie (libmad)
  67.   Ross Bencina and Phil Burk (PortAudio)
  68.   Erik de Castro Lopo (libsndfile)
  69.   Verilogix, Inc.
  70.  
  71. -------------------------------------------------------------
  72.  
  73. This program is free software; you can redistribute it and/or
  74. modify it under the terms of the GNU General Public
  75. License as published by the Free Software Foundation; either
  76. version 2 of the License, or (at your option) any later version.
  77.  
  78. This program is distributed in the hope that it will be useful,
  79. but WITHOUT ANY WARRANTY; without even the implied warranty of
  80. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  81. General Public License for more details.
  82.  
  83. You should have received a copy of the GNU General Public License
  84. along with this program (in a file called LICENSE.txt); if not, go
  85. to http://www.gnu.org/copyleft/gpl.html or write to 
  86.  
  87.   Free Software Foundation, Inc.
  88.   59 Temple Place - Suite 330
  89.   Boston, MA 02111-1307 USA
  90.  
  91. -------------------------------------------------------------
  92.  
  93. Source code to this program is always available; for more
  94. information visit our website at:
  95.  
  96.   http://audacity.sourceforge.net/
  97.  
  98. Audacity is built upon other free libraries; some of
  99. these libraries may have come with Audacity in the lib-src
  100. directory.  Others you are expected to install first if
  101. you want Audacity to have certain capabilities.  Most
  102. of these libraries are not distributed under the terms
  103. of the GPL, but rather some other free, GPL-compatible
  104. license.  Specifically:
  105.  
  106.   wxWidgets: LGPL
  107.     Cross-platform GUI library - must be downloaded and
  108.     compiled separately.
  109.  
  110.   expat: BSD-like license.
  111.     Provides XML parsing.  Included with Audacity
  112.  
  113.   iAVC: LGPL
  114.     Part of the code to the AVC Compressor effect.
  115.     Included with Audacity.
  116.  
  117.   libid3tag: GPL
  118.     Reads/writes ID3 tags in MP3 files.  Optional
  119.     separate download as part of libmad.
  120.  
  121.   libmad: GPL
  122.     Decodes MP3 files.  Optional separate download.
  123.  
  124.   libnyquist: BSD-like license.
  125.     Functional language for manipulating audio; available
  126.     within Audacity for effects processing.
  127.  
  128.   libogg: BSD-like license.
  129.     Optional separate download, along with libvorbis.
  130.  
  131.   libresample: LGPL
  132.     High-quality audio resampling.
  133.     
  134.   libsndfile: LGPL
  135.     Reads and writes uncompressed PCM audio files.
  136.     Included with Audacity.
  137.  
  138.   libvorbis: BSD-like license.
  139.     Decodes and encodes Ogg Vorbis files.  Optional
  140.     separate download.
  141.  
  142. For more information, see the documentation inside
  143. each library's source code directory.
  144.  
  145. -------------------------------------------------------------------------
  146. Additional copyright information:
  147. -------------------------------------------------------------------------
  148.  
  149. Nyquist
  150.  
  151. Copyright (c) 2000-2002, by Roger B. Dannenberg
  152. All rights reserved.
  153.  
  154. Redistribution and use in source and binary forms, with or without
  155. modification, are permitted provided that the following conditions are met:
  156.  
  157. Redistributions of source code must retain the above copyright notice, this
  158. list of conditions and the following disclaimer.
  159.  
  160. Redistributions of source code must retain the copyright notice, the
  161. list of conditions, and the disclaimer, all three of which appear below under
  162. "COPYRIGHT AND LICENSE INFORMATION FOR XLISP."
  163.  
  164. Redistributions in binary form must reproduce the above copyright notice, this
  165. list of conditions and the following disclaimer in the documentation and/or
  166. other materials provided with the distribution.
  167.  
  168. Redistributions in binary form must reproduce the copyright notice, the
  169. list of conditions, and the disclaimer, all three of which appear below under
  170. "COPYRIGHT AND LICENSE INFORMATION FOR XLISP," in the documentation and/or
  171. other materials provided with the distribution.
  172.  
  173. Neither the name of Roger B. Dannenberg, Carnegie Mellon University, nor the 
  174. names of any contributors may be used to endorse or promote products derived 
  175. from this software without specific prior written permission.
  176.  
  177. COPYRIGHT AND LICENSE INFORMATION FOR XLISP (part of Nyquist):
  178.  
  179. Copyright (c) 1984-2002, by David Michael Betz
  180. All rights reserved.
  181.  
  182. Redistribution and use in source and binary forms, with or without
  183. modification, are permitted provided that the following conditions are met:
  184.  
  185. Redistributions of source code must retain the above copyright notice,
  186. this list of conditions and the following disclaimer. 
  187.  
  188. Redistributions in binary form must reproduce the above copyright notice, this
  189. list of conditions and the following disclaimer in the documentation and/or
  190. other materials provided with the distribution.
  191.  
  192. Neither the name of David Michael Betz nor the names of any contributors may be
  193. used to endorse or promote products derived from this software without specific
  194. prior written permission.
  195.  
  196. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS "AS IS" AND
  197. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  198. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  199. DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
  200. FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  201. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  202. SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
  203. CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  204. OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
  205. USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  206.  
  207. -------------------------------------------------------------
  208.  
  209. Compilation instructions:
  210.  
  211. First you must download wxWidgets from:
  212.  
  213.   http://www.wxWidgets.org/
  214.  
  215. If you install the RPM, make sure you install the devel RPM
  216. as well, otherwise, you won't be able to compile Audacity
  217. from source.
  218.  
  219. To compile on Linux, Mac OS X, and other Unix systems,
  220. simply execute these commands:
  221.  
  222.   ./configure
  223.   make
  224.   make install  # as root
  225.  
  226. To see compile-time options you can set, you can type
  227. "./configure --help".
  228.   
  229. If you want to do any development, you might want to generate
  230. a configure cache and header dependencies:
  231.  
  232.   ./configure -C
  233.   make dep
  234.  
  235. To compile on Windows using MSVC++, please follow the
  236. instructions found in compile.txt in the "win" subdirectory.
  237.  
  238. For more information on compilation (CodeWarrior for Mac is
  239. also supported) please email audacity-help@lists.sourceforge.net
  240.  
  241. -------------------------------------------------------------
  242.  
  243. Known issues/problems:
  244.  
  245.   * Audacity can import and display MIDI files, but they cannot be played
  246.     or edited.
  247.  
  248.   * The About window does not display correctly in locales with
  249.     non-Western character sets.
  250.  
  251.   * The Change Pitch effect crashes when used with tracks that
  252.     have 96 KHz sample rates.
  253.  
  254.   * Windows only: Audacity crashes when using the Time Track
  255.     "Set Rate" command.
  256.  
  257.   * Windows only: If you installed one of the 1.1.x beta versions,
  258.     you must uninstall it before installing Audacity 1.2.
  259.     (You do not need to uninstall Audacity 1.2 or 1.0 releases.)
  260.  
  261.   * Linux only: Recording in full duplex on some Linux systems causes
  262.     mono recordings to sound slowed-down.
  263.  
  264.   * Mac OS X only: On some Mac OS X systems, starting Audacity causes
  265.     USB audio devices such as the Griffin iMic to change their settings.
  266.     The settings can be changed back with Apple's "Audio MIDI Setup"
  267.     utility after Audacity has been started.
  268.  
  269.   * Mac OS X only: Audacity cannot work with files or folders that
  270.     are contained inside folders with international characters
  271.     (accent marks, etc.) in their names.
  272.  
  273. -------------------------------------------------------------
  274.  
  275. Changes in 1.2.1:
  276.  
  277.   * The following translations have been added or updated:  Finnish,
  278.     French, Hungarian, Italian, Japanese, Norwegian, Polish, Russian.
  279.  
  280.   * Fix a bug that could cause data to be lost when pasting audio
  281.     from one project into another, after the first project has been
  282.     saved and closed.
  283.  
  284.   * Fix a possible crash when opening or resizing the Equalization
  285.     window, especially when using large system fonts.
  286.  
  287.   * Don't allow percentages less than -100% in Change Pitch/Speed/Tempo
  288.     effects (fixes a possible crash).
  289.  
  290.   * Fix a crash when the temporary directory is not available on startup.
  291.  
  292.   * Correctly load ID3 tags saved in Audacity project files.
  293.  
  294.   * On Linux and OS X, store lockfiles in the temp directory instead of
  295.     the user's home directory.  This fixes problems in lab environments
  296.     where users have restricted or network-mounted home directories.
  297.  
  298.   * Fix a bug that prevented Nyquist effects from running when certain
  299.     regional settings were activated.
  300.  
  301.   * Fix a bug in the Quick Mix command that could cause old temporary
  302.     files to not be deleted.
  303.  
  304.   * Linux: Fix endianness problems in playback on PowerPC.
  305.  
  306.   * Linux: Fix compilation problem in Nyquist on MIPS.
  307.  
  308.   * Linux: Include a more recent PortAudio v19 snapshot (fixes compilation
  309.     problems when building with the --with-portaudio=v19 option).
  310.  
  311.   * Two new Nyquist plug-ins: "Cross Fade In" and "Cross Fade Out."
  312.   
  313.   * Other minor bug-fixes.
  314.  
  315. Changes in 1.2.0:
  316.  
  317.   * New cross-fade effects.
  318.  
  319.   * Fix problem where samples were drawn in the wrong position
  320.     when zoomed all the way in.  This caused the drawing tool
  321.     to move a different sample than the one under the cursor.
  322.  
  323.   * Don't use id3v2.4 tags, which are not yet supported by
  324.     most players.  (This was fixed in 1.2.0-pre2, but appeared
  325.     again by accident in 1.2.0-pre3.)
  326.  
  327.   * Correctly display translated messages in the status bar.
  328.  
  329.   * When the cursor is on-screen, the Zoom In button now zooms
  330.     to the area around the cursor.
  331.  
  332.   * Mac OS X: Fixed audio problems on the Apple PowerMac G5.
  333.  
  334.   * Linux/ALSA: Work around a bug in ALSA's OSS emulation that
  335.     caused Audacity's playback cursor to move too quickly.
  336.  
  337.   * Microsoft Windows: The Audacity source code should now
  338.     compile out of the box on Windows.
  339.  
  340.   * Many new/updated translations.
  341.  
  342. Changes in 1.2.0-pre4:
  343.  
  344.   * Fixed problems that could occur when importing certain
  345.     non-seekable PCM audio files, such as GSM610.
  346.  
  347.   * Fixed bug that was causing the samples to shift off-screen
  348.     horizonally when zoomed in very far and the track had a
  349.     time-shift offset.
  350.  
  351.   * Fixed bugs in the new resampler that added noise to resampled
  352.     audio on some systems. If you experienced noise when exporting
  353.     to a WAV, MP3 or OGG file you may have been bitten by this bug.
  354.   
  355.   * Fixed bug that led to occasional crashes when using the
  356.     time-shift tool in conjunction with high zoom factors.
  357.     
  358.   * Dithering is now only applied on export when it is really
  359.     necessary (e.g. when converting float samples to 16-bit).
  360.     
  361.   * Files that only contain mono tracks are now automatically
  362.     exported to stereo files when they contain tracks which are
  363.     panned to the left or the right.
  364.     
  365.   * The Delete key can now be used to delete the current selection,
  366.     in addition to the Backspace key.
  367.  
  368.   * Fixed bug where Audacity didn't ask whether to save 
  369.     changes if you close the project or exit while recording.
  370.  
  371.   * Mac OS X: Supports Playthrough (listen to what you're recording
  372.     while recording it) if your hardware device supports it.
  373.  
  374.   * Mac OS X: Audacity is now a package (you can right-click on
  375.     Audacity.app and select 'Show Package Contents').  Launch time
  376.     has improved significantly.
  377.  
  378.   * MS Windows: Fixed problem that caused Windows XP to use 
  379.     the short name of a file ("TESTFI~1.AUP"), which led to 
  380.     problems when the file was later opened again using the 
  381.     long file name.
  382.     
  383.   * MS Windows: Fixed bug that caused file exports to fail 
  384.     if the destination directory was the root folder of a 
  385.     Windows drive.
  386.  
  387.   * MS Windows: Audacity's application information which 
  388.     is written to the Windows registry now always contains 
  389.     the full path to the executable. 
  390.  
  391.   * MS Windows: Fixed problems in trying to set the Windows 
  392.     registry as non-admin user, for file-type associations.
  393.  
  394.   * Make sure the "Save" command is enabled after changing
  395.     gain and pan sliders.
  396.  
  397.   * Updated translations.  Added translator credits to the
  398.     "About" window in localized versions.
  399.  
  400. Changes in 1.2.0-pre3:
  401.  
  402.   * Fixed bug where Export is grayed out when nothing is
  403.     selected.
  404.  
  405.   * Fixed crash caused by opening Audacity on a computer with
  406.     a high-end sound card with no mixer support.
  407.  
  408.   * Fixed crash in Import Raw.
  409.  
  410.   * Fixed New Stereo Track.
  411.  
  412.   * Cosmetic fixes for Mac OS X.
  413.  
  414.   * Support for the VST Enabler on Windows added.
  415.  
  416.   * Fixed crash if you close Audacity while the Preferences
  417.     dialog is open.
  418.  
  419.   * Fixed duplicate-character bug in Mac OS X Label Tracks.
  420.  
  421.   * The recording level control on Linux now adjusts the IGAIN,
  422.     rather than the playthrough level of the recording source.
  423.  
  424.   * Fixed bug that caused corruption to 16-bit stereo recordings.
  425.  
  426.   * Fixed bug that caused data loss if you deleted all tracks in
  427.     a saved project and then open a new file into the same window.
  428.  
  429.   * Added support for alternate audio button order (in Interface
  430.     preferences)
  431.  
  432.   * Added preliminary support for wxX11
  433.  
  434.   * Added fully transparent Windows XP icon
  435.  
  436.   * Fixed crash if you try to record (or play) and no audio
  437.     devices exist, or if the audio device doesn't support the
  438.     mode you selected.
  439.  
  440.   * Audacity no longer sets the process priority to high while
  441.     recording on Windows.  Users can still do this manually
  442.     using the Task Manager.
  443.  
  444.   * Fixed bug that caused last ~100 ms of the selection to get
  445.     cut off on Windows.
  446.  
  447.   * Fixed FFT Filter and Equalization effects dialogs.
  448.  
  449.   * Fixed bugs in Unix build system (DESTDIR in locale directory,
  450.     choosing libsamplerate instead of libresample)
  451.  
  452.   * Support for LADSPA plug-ins on Windows added, and 
  453.     three open source LADSPA plug-ins ported to Windows
  454.     (GVerb reverb, SC4 compressor, and Hard Limiter)
  455.  
  456. Changes in 1.2.0-pre2:
  457.  
  458.   * Online help completed.  The full manual is nearly complete
  459.     and will be posted to the website for online browsing shortly.
  460.  
  461.   * Audacity will no longer let you do unsafe editing operations
  462.     while playing or recording.  This eliminates many potential
  463.     crashes.
  464.  
  465.   * Fixed ability to cancel Quit button.
  466.  
  467.   * New resampling library, with no restrictions on the maximum or
  468.     minimum rate of resampling.
  469.  
  470.   * Audacity now supports LADSPA plug-ins on all platforms, and
  471.     supports VST plug-ins through an optional LADSPA plug-in
  472.     called the "VST Enabler", which you can download separately.
  473.     Because of licensing issues, Audacity cannot be distributed
  474.     with VST support built-in.
  475.  
  476.   * Mac OS X keyboard shortcut problems have been fixed.
  477.  
  478.   * Mac OS X audio muting problems have been fixed.
  479.  
  480.   * Mac OS X playback/recording cursor sync problems have been fixed.
  481.  
  482.   * Silence now displays a straight line again, instead of nothing.
  483.  
  484.   * Added a vertical ruler to the Waveform dB display.
  485.  
  486.   * Fixed crash in Change Pitch.
  487.  
  488.   * You can now Paste if nothing is selected.
  489.  
  490.   * Canceling an Import operation doesn't cause an extra error
  491.     dialog to appear.
  492.  
  493.   * Audacity now handles filenames with international characters
  494.     correctly.
  495.  
  496.   * Now outputs ID3v2.3 tags (instead of ID3v2.4), to be
  497.     compatible with more MP3 players.
  498.  
  499.   * Minor improvements to build system on Unix systems.
  500.  
  501. New features in Audacity 1.2:
  502.   * User Interface
  503.     - Vertical zooming of tracks.
  504.     - Improved look and placement of toolbars.
  505.     - New custom mouse cursors.
  506.     - Complete implementation of editable keyboard shortcuts.
  507.     - Find zero-crossings.
  508.     - Mouse wheel can be used to zoom in and out.
  509.     - Multi-Tool mode.
  510.     - Amplify using envelope.
  511.     - Labels can store selections (like Audacity 1.0.0).
  512.  
  513.   * Effects
  514.     - Repeat Last Effect command
  515.     - Improved VST plug-in support
  516.     - Most effects now have a Preview button
  517.     - Compressor (Dynamic Range Compressor)
  518.     - Change Pitch (without changing tempo)
  519.     - Change Tempo (without changing pitch)
  520.     - Change Speed (changing both pitch and tempo)
  521.     - Repeat (useful for creating loops)
  522.     - Normalize (adjust volume and DC bias)
  523.  
  524.   * Audio I/O
  525.     - 1-second preview command.
  526.     - Looped play.
  527.  
  528.   * File I/O
  529.     - Audacity 1.2.0 opens project files from all previous versions
  530.       of Audacity from 0.98 through 1.1.3.
  531.     - Open multiple files from the same dialog.
  532.     - Use a text file to specify a list of audio files to open with offsets.
  533.  
  534.   * Updated user manual
  535.  
  536.   * Bug fixes
  537.     - Project files with special characters are no longer invalid.
  538.     - "Scratchy" noises caused by bad clipping are fixed.
  539.     - Audacity no longer exports invalid Ogg files, and does not cut off the
  540.       last few seconds of exported Ogg files.
  541.     - Mono MP3 files now export at the correct speed.
  542.     - Many incorrect results from the Envelope tool have been fixed.
  543.     - The "Export Labels" command now overwrites existing files correctly.
  544.     - The "Plot Spectrum" window displays the correct octave numbers for
  545.       notes.
  546.     - Several memory leaks are fixed.
  547.  
  548. New features in Audacity 1.1.3:
  549.   * User Interface
  550.     - New Mixer toolbar allows you to control the output
  551.       volume, input volume, and input source directly
  552.       from Audacity.
  553.     - Every track now has its own gain and pan controls.
  554.  
  555.   * File I/O
  556.     - Uses improved project file format.  (Unfortunately reading
  557.       previous formats, including 1.1.1, is not supported.)
  558.     - Block files (stored in Audacity project directories) now
  559.       use the standard AU format.  Though some Audacity
  560.       meta-information is in these files, they can now be
  561.       read by many other popular audio programs as well.
  562.     - Fixed some bugs relating to reading/writing audio
  563.       files with more than 16 bits per sample.
  564.     - Import RAW is functional again, with a simpler GUI
  565.       but support for far more file formats.  The
  566.       autodetection algorithms are much more accurate than
  567.       in 1.0.
  568.  
  569.   * Audio I/O
  570.     - Completely rewritten audio I/O, with lower latency
  571.       and minimal chance of buffer underruns while
  572.       recording.
  573.  
  574.   * Resampling
  575.     - Using high quality resampling algorithms, with the
  576.       option of better quality for mixing than for real-time
  577.       playback
  578.  
  579.     - Preliminary support for Time Tracks, for changing
  580.       playback speed over time.
  581.  
  582.   * Many more bug fixes and new features
  583.  
  584. New features in Audacity 1.1.2:
  585.   * User Interface
  586.     - Fixed bug in Windows version, for track menu commands 
  587.       "Name..." and "Split Stereo Track"/"Make Stereo Track".
  588.   * Effects
  589.     - Nyquist support on Windows (supports plug-ins written 
  590.       in Nyquist, an interpreted functional language based 
  591.       on Lisp).
  592.  
  593. New features in Audacity 1.1.1:
  594.  
  595.   * User Interface
  596.     - Tooltips appear in Statusbar.
  597.     - Vertical cursor follows play/record
  598.     - Pause button
  599.     - Drawing tool (with three different modes)
  600.     - Vertical Resizing of stereo tracks is more fun.
  601.     - Adjust selection by click-dragging selection boundary
  602.     - Toolbar button context-sensitive enabling/disabling
  603.     - Better zooming functionality (centers region)
  604.     - Multiple ways to display the cursor position and selection
  605.     - Snap-to selection mode
  606.     - Drag tracks up and down
  607.     - Align and group align functions
  608.     - Cursor save/restore
  609.     - Working history window
  610.   * Effects
  611.     - Effects broken down into three menus: Generate, Effect, and
  612.       Analyze
  613.     - Generate menu lets you generate silence, noise, or a tone
  614.     - Nyquist support (supports plug-ins written in Nyquist,
  615.       an interpreted functional language based on Lisp)
  616.   * Localization
  617.     - Improved localization support
  618.     - More languages available
  619.     - Language selection dialog on startup
  620.   * Mac OS X
  621.     - Support for more audio hardware
  622.     - Support for full-duplex (play while recording)
  623.     - Support for MP3 exporting using LameLib Carbon
  624.   * Unix
  625.     - Audacity now has a man page (it describes command-line
  626.       options and how to set the search path)
  627.   * File Formats
  628.     - Uses libsndfile 1.0, which fixes some bugs and
  629.       improves performance
  630.   * Searching for Files:
  631.     - On Windows and Mac OS, Audacity now looks for
  632.       translations in the "Languages" folder and all plug-ins
  633.       in the "Plug-ins" folder, relative to the program.
  634.     - On Unix, Audacity looks for translations in
  635.       <prefix>/share/locale and looks for everything else
  636.       in <prefix>/share/audacity and also in any paths in
  637.       the AUDACITY_PATH environment variable
  638.  
  639. New features in Audacity 1.1.0:
  640.  
  641.   * Core audio processing:
  642.     - Support for 24-bit and 32-bit sample formats
  643.     - Automatic real-time resampling (using linear
  644.         interpolation)
  645.   * Effects:
  646.     - Support LADSPA plugins on Linux / Unix
  647.   * File formats:
  648.     - New XML-based Audacity project format
  649.     - Full Ogg Vorbis support now (importing and exporting)
  650.     - Export to any command-line programs on Unix
  651.     - Support for reading and writing many more types of
  652.         uncompressed audio files, including ADPCM WAV files.
  653.   * Toolbars
  654.     - New toolbar drawing code; automatically adopts your
  655.         operating system's colors
  656.     - New toolbar buttons (Skip to Start, Skip to End)
  657.     - New Edit toolbar
  658.     - Toolbar buttons disable when they're not available
  659.   * User Interface
  660.     - Fully customizable keyboard commands
  661.     - Autoscroll while playing or recording
  662.     - New Ruler, used in main view and in
  663.         FFT Filter effect
  664.     - The waveform now displays the average value in a lighter
  665.         color inside the peak values
  666.   * Localization
  667.     - Audacity can now be localized to different foreign
  668.       languages.
  669.  
  670. New libraries in Audacity 1.1:
  671.  
  672.   * libmad for fast MP3 importing
  673.   * libid3tag for editing MP3 file information
  674.   * libsndfile to read and write more audio file formats
  675.   * PortAudio for cross-platform audio playing and recording
  676.